home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Esportes / SupremeDarts.swf / scripts / DefineSprite_106 / frame_15 / DoAction.as
Text File  |  2006-06-13  |  221b  |  14 lines

  1. if(eval("/:Score") != 0 and 0 >= eval("/:ShotsLeft"))
  2. {
  3.    tellTarget("_Level0")
  4.    {
  5.       gotoAndStop("You Lose!");
  6.       play();
  7.    }
  8. }
  9. tellTarget("../LaunchBttnMC")
  10. {
  11.    gotoAndStop(1);
  12. }
  13. gotoAndStop(1);
  14.